﻿2026-08-18T09:03:21.0247057Z ##[group]Run actions/checkout@v5
2026-08-18T09:03:21.0247794Z with:
2026-08-18T09:03:21.0248128Z   repository: BigscreenVR/spt-bs-core
2026-08-18T09:03:21.0250820Z   token: ***
2026-08-18T09:03:21.0251132Z   ssh-strict: true
2026-08-18T09:03:21.0251467Z   ssh-user: git
2026-08-18T09:03:21.0251799Z   persist-credentials: true
2026-08-18T09:03:21.0252150Z   clean: true
2026-08-18T09:03:21.0252465Z   sparse-checkout-cone-mode: true
2026-08-18T09:03:21.0252831Z   fetch-depth: 1
2026-08-18T09:03:21.0253147Z   fetch-tags: false
2026-08-18T09:03:21.0253473Z   show-progress: true
2026-08-18T09:03:21.0253779Z   lfs: false
2026-08-18T09:03:21.0254074Z   submodules: false
2026-08-18T09:03:21.0254395Z   set-safe-directory: true
2026-08-18T09:03:21.0254761Z   allow-unsafe-pr-checkout: false
2026-08-18T09:03:21.0255265Z ##[endgroup]
2026-08-18T09:03:21.2251290Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T09:03:21.2252675Z ##[group]Getting Git version info
2026-08-18T09:03:21.2253237Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-08-18T09:03:21.2480236Z [command]"C:\Program Files\Git\cmd\git.exe" version
2026-08-18T09:03:21.2727628Z git version 2.43.0.windows.1
2026-08-18T09:03:21.2752193Z ##[endgroup]
2026-08-18T09:03:21.2760024Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\14fc4ea8-b9ed-4207-925e-cd50cfbb64c3\.gitconfig'
2026-08-18T09:03:21.2773195Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\14fc4ea8-b9ed-4207-925e-cd50cfbb64c3' before making global git config changes
2026-08-18T09:03:21.2774284Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T09:03:21.2778349Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-08-18T09:03:21.4537324Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --get remote.origin.url
2026-08-18T09:03:21.7706220Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T09:03:21.7740475Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T09:03:21.7746383Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T09:03:21.8011281Z refs/heads/diag/pump-188-heartbeat
2026-08-18T09:03:21.8033611Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --detach
2026-08-18T09:03:21.8569205Z HEAD is now at 40472409b diag(er): name the clobberer of the engine room's controlled field
2026-08-18T09:03:22.0597510Z ##[endgroup]
2026-08-18T09:03:22.0599868Z [command]"C:\Program Files\Git\cmd\git.exe" submodule status
2026-08-18T09:03:22.5594924Z ##[group]Cleaning the repository
2026-08-18T09:03:22.5599603Z [command]"C:\Program Files\Git\cmd\git.exe" clean -ffdx
2026-08-18T09:03:28.2643628Z Removing .adapter-notify/
2026-08-18T09:03:28.2643988Z Removing target/
2026-08-18T09:03:28.2674532Z [command]"C:\Program Files\Git\cmd\git.exe" reset --hard HEAD
2026-08-18T09:03:28.3821662Z HEAD is now at 40472409b diag(er): name the clobberer of the engine room's controlled field
2026-08-18T09:03:28.3845738Z ##[endgroup]
2026-08-18T09:03:28.3849931Z ##[group]Disabling automatic garbage collection
2026-08-18T09:03:28.3854800Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0
2026-08-18T09:03:28.4095430Z ##[endgroup]
2026-08-18T09:03:28.4095919Z ##[group]Setting up auth
2026-08-18T09:03:28.4101366Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-08-18T09:03:28.4325802Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-08-18T09:03:29.1860990Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T09:03:29.2125279Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-08-18T09:03:30.4167935Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T09:03:30.8706378Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-08-18T09:03:31.3587364Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-08-18T09:03:31.3913278Z ##[endgroup]
2026-08-18T09:03:31.3913704Z ##[group]Fetching the repository
2026-08-18T09:03:31.3920961Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ba97a661c2f9585cbfd2e053ffc79fe36778dfd6:refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T09:03:32.2242627Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T09:03:32.2243197Z  + 40472409b...ba97a661c ba97a661c2f9585cbfd2e053ffc79fe36778dfd6 -> origin/diag/pump-188-heartbeat  (forced update)
2026-08-18T09:03:32.2389001Z ##[endgroup]
2026-08-18T09:03:32.2389546Z ##[group]Determining the checkout info
2026-08-18T09:03:32.2390862Z ##[endgroup]
2026-08-18T09:03:32.2396253Z [command]"C:\Program Files\Git\cmd\git.exe" sparse-checkout disable
2026-08-18T09:03:32.2708184Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-08-18T09:03:32.2954639Z ##[group]Checking out the ref
2026-08-18T09:03:32.2959747Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --progress --force -B diag/pump-188-heartbeat refs/remotes/origin/diag/pump-188-heartbeat
2026-08-18T09:03:32.4426375Z branch 'diag/pump-188-heartbeat' set up to track 'origin/diag/pump-188-heartbeat'.
2026-08-18T09:03:32.4427113Z Your branch is up to date with 'origin/diag/pump-188-heartbeat'.
2026-08-18T09:03:32.4427856Z Previous HEAD position was 40472409b diag(er): name the clobberer of the engine room's controlled field
2026-08-18T09:03:32.4428515Z Switched to and reset branch 'diag/pump-188-heartbeat'
2026-08-18T09:03:32.4454076Z ##[endgroup]
2026-08-18T09:03:32.4785290Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format=%H
2026-08-18T09:03:32.5073224Z ba97a661c2f9585cbfd2e053ffc79fe36778dfd6
